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