(function() { const u = '/apps/statistics.php?aid=443807&browser=IE&created_date=20260223&created_hour=15&dduuid=089c8ede4fb4a&device=0&device_type=desktop&os=Windows&ssid=7vlhgbkt859sqooufqj1s41i61&t=1771832823&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=515f649dc3aa650f979f4f438c576e27db3432a4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();