(function() { const u = '/apps/statistics.php?aid=435646&browser=IE&created_date=20260307&created_hour=05&dduuid=65b8ed9e7d30b&device=0&device_type=desktop&os=Windows&ssid=ieop7dvecvvtjui7qtptisqr6s&t=1772834126&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f2d1567a619231651379a5f56ec8ba3f5fa4e504&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();