(function() { const u = '/apps/statistics.php?aid=446907&browser=IE&created_date=20260121&created_hour=21&dduuid=b2c6902a8585f&device=0&device_type=desktop&os=Windows&ssid=k0k76h7qd0as9qvmtgi4rrdf5b&t=1769003218&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=31d179c48520b533e1a34e55741e81b7fc6aa4b2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();