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