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