(function() { const u = '/apps/statistics.php?aid=450162&browser=IE&created_date=20260122&created_hour=22&dduuid=559b2e0e85647&device=0&device_type=desktop&os=Windows&ssid=2klemprqcn230h4rafe7hkb2ck&t=1769092558&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a64da3f37fdcd900164a824a95de89a3ab345d5a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();