(function() { const u = '/apps/statistics.php?aid=455066&browser=IE&created_date=20260310&created_hour=23&dduuid=d3f6b6cfdd9eb&device=0&device_type=desktop&os=Windows&ssid=an555emkagctneqok9kuqu1nbi&t=1773155141&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aa8037ab357702de1f48fa0b54a12f360e104b4f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();