(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251022&created_hour=08&dduuid=9975a4809d42c&device=0&device_type=desktop&os=Windows&ssid=eb6ndon04gi5g2s6ms2ob9dq8j&t=1761094268&typeid=0&url_type=2&value=&sign=4fb5d5d074a76735935f2f475e94c28f2a873db9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();