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