(function() { const u = '/apps/statistics.php?aid=450611&browser=IE&created_date=20260311&created_hour=21&dduuid=7a47bc476d06e&device=0&device_type=desktop&os=Windows&ssid=08t248mbgtkfqc32q6b2if1g1k&t=1773235797&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d6a19c50d02fa1d9d63c564f997fcd2754bf7ad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();