(function() { const u = '/apps/statistics.php?aid=357067&browser=IE&created_date=20260311&created_hour=01&dduuid=8f308ee17168c&device=0&device_type=desktop&os=Windows&ssid=bv2gkuot7ijp3rl9vj1iogo59f&t=1773163458&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d9352b004e99b41b8c3fdfd89594fb98538f73e4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();