(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251102&created_hour=12&dduuid=86faf01883abd&device=0&device_type=desktop&os=Windows&ssid=gf3fa7hrvcub36f6mnnh0gqp4t&t=1762058547&typeid=0&url_type=2&value=&sign=ecbd5f41b8fb09c131e985d6f861ef2a6d77659b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();