(function() { const u = '/apps/statistics.php?aid=324771&browser=IE&created_date=20260115&created_hour=02&dduuid=687c73e973e80&device=0&device_type=desktop&os=Windows&ssid=8ib0pqk91ni9g723i5cgdkqjr1&t=1768416323&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=300524e5937cc6d386a183b38b39fa1c591e4e91&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();