(function() { const u = '/apps/statistics.php?aid=451293&browser=IE&created_date=20260311&created_hour=10&dduuid=788802911bedd&device=0&device_type=desktop&os=Windows&ssid=2aa0thd5f82340gjq5vgm9u38o&t=1773197770&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2cea009b6ecd8e6209d1ac528ba74b150943636b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();