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