(function() { const u = '/apps/statistics.php?aid=417352&browser=IE&created_date=20260116&created_hour=16&dduuid=31c7fb2f38b33&device=0&device_type=desktop&os=Windows&ssid=ge5kbmhsoq2345d8e6kh5qg0d2&t=1768552647&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c738e0b6d51fe3103890e132c297828203ebc58d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();