(function() { const u = '/apps/statistics.php?aid=425278&browser=IE&created_date=20260126&created_hour=17&dduuid=ace5518d7211e&device=0&device_type=desktop&os=Windows&ssid=8iirp2ciqavlsa2756bou71t0v&t=1769420443&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=23fd7e832dc6e0f9fd27e055d56a4adccb9edace&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();