(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251020&created_hour=06&dduuid=8895e935de987&device=0&device_type=desktop&os=Windows&ssid=3qipn0ai60ek6kh8c130ddmv63&t=1760913045&typeid=0&url_type=2&value=&sign=96a4d43e7e564bfad9021e2cfd448dfbfe9f6dab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();