(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251113&created_hour=00&dduuid=7d6d3eba4bc19&device=0&device_type=desktop&os=Windows&ssid=15ofqbqtk1u7q75ifm3osqb42u&t=1762964180&typeid=0&url_type=2&value=&sign=0a5f64283a9586a12d292b81ded060523ad26010&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();