(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251021&created_hour=21&dduuid=05f812e1ade1d&device=0&device_type=desktop&os=Windows&ssid=c9boj8onrbi5llqfj7qsergtlk&t=1761053007&typeid=0&url_type=2&value=&sign=e1d5b84ecb1c3001303f1792b9db36010f604074&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();