(function() { const u = '/apps/statistics.php?aid=454493&browser=IE&created_date=20260303&created_hour=21&dduuid=d38a76bd89cf4&device=0&device_type=desktop&os=Windows&ssid=hsu7o3cdbr7nju9g7fvmft12ep&t=1772545650&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=89092cb625b58915ce825416ba77050116274e33&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();