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