(function() { const u = '/apps/statistics.php?aid=446828&browser=IE&created_date=20260311&created_hour=03&dduuid=21e0e7149b8e4&device=0&device_type=desktop&os=Windows&ssid=c40omgu092u52ln2r622idndk1&t=1773172034&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6f6ec105a97bfcdd8ef312e24d087205bf721c1d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();