(function() { const u = '/apps/statistics.php?aid=455437&browser=IE&created_date=20260225&created_hour=11&dduuid=4b3f4ac8a7a0c&device=0&device_type=desktop&os=Windows&ssid=qd5min0m7j3oavpuh2llp66d41&t=1771991365&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f036287cc382811c714fe644c5d8b1128e27c995&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();