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