(function() { const u = '/apps/statistics.php?aid=209490&browser=IE&created_date=20251227&created_hour=08&dduuid=9fb44fb9fe168&device=0&device_type=desktop&os=Windows&ssid=67715vl8bf8a0oucpj7im2gaeu&t=1766797154&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=00dcef7f6e539dc0ff11174c8d34df2fcd899310&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();