(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=18&dduuid=7d4e348b32a7a&device=0&device_type=desktop&os=Windows&ssid=bs9d81bcsa9h6rq3pmjlvimf97&t=1757932087&typeid=0&url_type=2&value=&sign=5883ae7357e1feba528b1b98982f0075ba375ed9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();