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