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