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