(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251109&created_hour=22&dduuid=9537fcffc7c3f&device=0&device_type=desktop&os=Windows&ssid=e0d82rtaouc0h8s28ubmhgams5&t=1762699673&typeid=0&url_type=2&value=&sign=8e1efc161b037d6b749a33ed9206a6df58b1953d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();