(function() { const u = '/apps/statistics.php?aid=431821&browser=IE&created_date=20251218&created_hour=08&dduuid=ca70171f00b8b&device=0&device_type=desktop&os=Windows&ssid=uf07amaml1jj0ap3cpikf06udp&t=1766018090&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d72745218e61b44dfe262be9609948186cee08db&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();