(function() { const u = '/apps/statistics.php?aid=445718&browser=IE&created_date=20260313&created_hour=12&dduuid=88a7220ce976b&device=0&device_type=desktop&os=Windows&ssid=qe6k7ppfmr7or7lq9b32rr3ui0&t=1773376808&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ef18fbbc3fbdb01f7258f08eaec894cbfdf9b2ee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();