(function() { const u = '/apps/statistics.php?aid=446908&browser=IE&created_date=20260121&created_hour=21&dduuid=0fd96ab9e5ed9&device=0&device_type=desktop&os=Windows&ssid=6cir5icd3tbrb56nac03f9bf7a&t=1769003274&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=77763475dc4f6f6ea7fc5557a08af3ce69bcb08b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();