(function() { const u = '/apps/statistics.php?aid=422942&browser=IE&created_date=20260311&created_hour=20&dduuid=2f42bcbe15769&device=0&device_type=desktop&os=Windows&ssid=f0bj6rpmou8i5le5uavqshdnv9&t=1773231772&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4cb6f0dd3201de3358cd0843c7281dba638dd3b9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();