(function() { const u = '/apps/statistics.php?aid=384966&browser=IE&created_date=20260311&created_hour=06&dduuid=986b7e33635f0&device=0&device_type=desktop&os=Windows&ssid=6o93l3lkq4cf1stfgquv75emnc&t=1773181758&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4dd987d137b1b97fe34257d45c72fb6372fab09b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();