(function() { const u = '/apps/statistics.php?aid=457962&browser=IE&created_date=20260312&created_hour=13&dduuid=c1427a23fb296&device=0&device_type=desktop&os=Windows&ssid=f7ri439o5cror113jgjc5r2dm8&t=1773294217&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=50957d0d2722b8ac57e9ee81be2a6116101dbd34&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();