(function() { const u = '/apps/statistics.php?aid=456366&browser=IE&created_date=20260225&created_hour=20&dduuid=10351a89249af&device=0&device_type=desktop&os=Windows&ssid=4r794s0g7b380k4pmbj4a8t7hs&t=1772022657&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=49794812d24abd78a580cf0bf83eaa55e95d86ae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();