(function() { const u = '/apps/statistics.php?aid=209907&browser=IE&created_date=20251225&created_hour=17&dduuid=85fef312424f7&device=0&device_type=desktop&os=Windows&ssid=m8ufro704576spsgbpfb6vrh0l&t=1766654531&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9d61a8633ec1454f1cd3cdb614367fd9f235e6b3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();