(function() { const u = '/apps/statistics.php?aid=404928&browser=IE&created_date=20260124&created_hour=15&dduuid=65a156f779296&device=0&device_type=desktop&os=Windows&ssid=k79cn7moul8k2rjtj0rlei1g84&t=1769238370&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f7f22c2d558210d00d7cf94445aa89f1b33a371e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();