(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251030&created_hour=22&dduuid=f782f4826ea03&device=0&device_type=desktop&os=Windows&ssid=b9m6gi39lj8ui9pek39nuf9kh2&t=1761835997&typeid=0&url_type=2&value=&sign=127a1e1adeb4915a914b4b54dc080395dc1386e3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();