(function() { const u = '/apps/statistics.php?aid=453671&browser=IE&created_date=20260312&created_hour=13&dduuid=e4b084ff8e143&device=0&device_type=desktop&os=Windows&ssid=0g76f3s56grnkqsi1g3625edno&t=1773295197&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0cc28c0b65956adea8b81272c3e70f754f31d585&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();