(function() { const u = '/apps/statistics.php?aid=458155&browser=IE&created_date=20260311&created_hour=21&dduuid=08e8ff87824af&device=0&device_type=desktop&os=Windows&ssid=5509h6ac64hd2komprshgmh576&t=1773234690&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=98748c5f676da202092c5da58ad61dceb6068c65&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();