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