(function() { const u = '/apps/statistics.php?aid=418985&browser=IE&created_date=20260306&created_hour=01&dduuid=803da7e76c949&device=0&device_type=desktop&os=Windows&ssid=6gu9191817tkcm7u9a57fn00d3&t=1772732450&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=44f90d6f98ced8168678709228103feb02a28c2f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();