(function() { const u = '/apps/statistics.php?aid=344755&browser=IE&created_date=20260311&created_hour=07&dduuid=6be10ffb8fc38&device=0&device_type=desktop&os=Windows&ssid=486lk85dh0c8pm6paqdej0ts1n&t=1773185479&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e4dec1b4b65ca54359ab38e84027aac100918790&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();