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