(function() { const u = '/apps/statistics.php?aid=452455&browser=IE&created_date=20260310&created_hour=21&dduuid=2344abe131f06&device=0&device_type=desktop&os=Windows&ssid=ttl0dged1buogv1gke44veosjk&t=1773149760&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a15db981e87b8078e0324f4992bb55da0253f605&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();