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