(function() { const u = '/apps/statistics.php?aid=438791&browser=IE&created_date=20260315&created_hour=02&dduuid=94271d716bc1d&device=0&device_type=desktop&os=Windows&ssid=f9goq4rl0u17ac8hdbnf2blt2r&t=1773514180&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2ff81ccb49073c2413a70bf6e32689e096feaadb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();