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