(function() { const u = '/apps/statistics.php?aid=435234&browser=IE&created_date=20260101&created_hour=05&dduuid=3a3d4ce3b3b4c&device=0&device_type=desktop&os=Windows&ssid=6qvdeufrt449jomq9f6k3cdjnr&t=1767215172&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=953f24b974481f20875688efcd9577ce2f6f1f44&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();