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