(function() { const u = '/apps/statistics.php?aid=453762&browser=IE&created_date=20260305&created_hour=11&dduuid=9fb69d0eeee3c&device=0&device_type=desktop&os=Windows&ssid=81h1dotbvbippg6gi2u9ahh4ik&t=1772679648&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5f094bd49cea71b1d1bc144bad3d634f1d487b66&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();