(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251027&created_hour=08&dduuid=f6733919f79c8&device=0&device_type=desktop&os=Windows&ssid=f8qc6ejgq5suc8iho0erg35h64&t=1761526008&typeid=0&url_type=2&value=&sign=8c6303e207233f9a71f3fd3206594f6338dcfa33&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();