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