(function() { const u = '/apps/statistics.php?aid=455311&browser=IE&created_date=20260304&created_hour=15&dduuid=5976c0baaf8ae&device=0&device_type=desktop&os=Windows&ssid=pd6gre7g5o219h9n9d5d56cr11&t=1772608975&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=73767838df8cd2032d06334cd12b45f01a4f0cfe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();