(function() { const u = '/apps/statistics.php?aid=445420&browser=IE&created_date=20260312&created_hour=07&dduuid=4e37086effae4&device=0&device_type=desktop&os=Windows&ssid=s0ciiv54n8mgj2fui9cqsdnpck&t=1773270483&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4bc3ae5ad2439638f9bfa13c4aa425bbea12dfab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();