(function() { const u = '/apps/statistics.php?aid=446148&browser=IE&created_date=20260122&created_hour=22&dduuid=38116531e87b6&device=0&device_type=desktop&os=Windows&ssid=b2ir36nuhbv592bqjo0h9qcvfr&t=1769091881&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6e511a0a89f29c7f9cde27d45b99246a96051641&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();