(function() { const u = '/apps/statistics.php?aid=33790&browser=IE&created_date=20260224&created_hour=13&dduuid=11a9b3b78845b&device=0&device_type=desktop&os=Windows&ssid=cgp04kbell2efk6vmj6490q84m&t=1771909913&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e470bb97592d10dd198fb7f9430d85e6179c812e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();