(function() { const u = '/apps/statistics.php?aid=437714&browser=IE&created_date=20260316&created_hour=11&dduuid=a02a735b6833f&device=0&device_type=desktop&os=Windows&ssid=6tclg8js3h8vf2remoedoshmhh&t=1773632289&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e2e97b2748781af4d164469a59f20135f700cad6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();