(function() { const u = '/apps/statistics.php?aid=22414&browser=IE&created_date=20260224&created_hour=03&dduuid=f0aa9d810ef85&device=0&device_type=desktop&os=Windows&ssid=oij01rn53ov3fsjgu51efh4cf1&t=1771876524&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e07e7298b9053a4adb96a71310c0bd62eb2cb946&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();