(function() { const u = '/apps/statistics.php?aid=456182&browser=IE&created_date=20260305&created_hour=18&dduuid=e070b12e36ee6&device=0&device_type=desktop&os=Windows&ssid=qm34keegde2rlncnuilf2m2ti3&t=1772708044&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c2732c285731c57190ab3107d6e52b494b8870fb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();