(function() { const u = '/apps/statistics.php?aid=438&browser=IE&created_date=20260312&created_hour=08&dduuid=1bcecab264ee3&device=0&device_type=desktop&os=Windows&ssid=23lqhisnd32hhl6s7eogmj9v1g&t=1773273990&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1754c26e2c3286a9ff007ce5104d5b7d3169616b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();