(function() { const u = '/apps/statistics.php?aid=452934&browser=IE&created_date=20260224&created_hour=16&dduuid=fd4f88a2ec4e5&device=0&device_type=desktop&os=Windows&ssid=c4nkh25qut8e1fhtmlnpqic91t&t=1771920754&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c9a2b8c5fb0a43bcfc8bc03697338691aa6451cc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();