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