(function() { const u = '/apps/statistics.php?aid=454970&browser=IE&created_date=20260306&created_hour=14&dduuid=5ee96bde972cc&device=0&device_type=desktop&os=Windows&ssid=p9huemn0fj5qgl1cbshhveuoov&t=1772777422&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=521ac84c49642419a1b6fe715a92f13f8e640900&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();