(function() { const u = '/apps/statistics.php?aid=228697&browser=IE&created_date=20260123&created_hour=01&dduuid=413648fd4a844&device=0&device_type=desktop&os=Windows&ssid=qfl7m8pku8hme8p2849q68miks&t=1769101682&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5a7ee03ad2821f43e6853be7d38ba789b690e50c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();