(function() { const u = '/apps/statistics.php?aid=370666&browser=IE&created_date=20260310&created_hour=10&dduuid=ee0d813ccf790&device=0&device_type=desktop&os=Windows&ssid=vkvm0n8se825hkd1u9606hnahg&t=1773109961&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e8926835eaffd136f37031eaa7ebcefc87af0a62&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();