(function() { const u = '/apps/statistics.php?aid=71045&browser=IE&created_date=20260224&created_hour=05&dduuid=1fa5a302deed5&device=0&device_type=desktop&os=Windows&ssid=g94nn2uvb9or40mrg05447kmim&t=1771881018&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c8aea77d6eb9d61eb819ef78c77b99f87e6d7dc2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();