(function() { const u = '/apps/statistics.php?aid=106&browser=IE&created_date=20260317&created_hour=00&dduuid=dfc4b3c49e125&device=0&device_type=desktop&os=Windows&ssid=7gub18kol6dhqhp9cqbemesu83&t=1773679694&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f141968aca60368d3f6fd8cfa988ac83811fb0f2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();