(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250917&created_hour=00&dduuid=629f31ae1205c&device=0&device_type=desktop&os=Windows&ssid=7abmm765vhqq660jh5d8lj0mfr&t=1758039312&typeid=0&url_type=2&value=&sign=b5897fab479f58ada3a730db212b70ae11f38564&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();