(function() { const u = '/apps/statistics.php?aid=366915&browser=IE&created_date=20260225&created_hour=00&dduuid=84803b296a1f0&device=0&device_type=desktop&os=Windows&ssid=067174h5pvq9p23rcu3d4egnrm&t=1771951119&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cc6e55a20d7362433912f0d3b20734ec352627a9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();