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