(function() { const u = '/apps/statistics.php?aid=448707&browser=IE&created_date=20260111&created_hour=06&dduuid=f23ec805e4558&device=0&device_type=desktop&os=Windows&ssid=4k7bn2tb12oa5o2uatm5n1df70&t=1768084230&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=29425a70e2caa0f6542c505debbb7ef74bf8d192&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();