(function() { const u = '/apps/statistics.php?aid=454912&browser=IE&created_date=20260224&created_hour=13&dduuid=5767cfb6e9cb5&device=0&device_type=desktop&os=Windows&ssid=5i1rr7vrpih4q9k49qa19de46i&t=1771910093&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fb7c6b12fdf1bc2d5468e3c39c9b3ed65d8c6a17&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();