(function() { const u = '/apps/statistics.php?aid=446856&browser=IE&created_date=20260123&created_hour=21&dduuid=6d762962efcfa&device=0&device_type=desktop&os=Windows&ssid=j6naetsqecqs5famq0kis39r7u&t=1769174676&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0d424cbe038a0b31d00ce0aee2f448c204180c42&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();