(function() { const u = '/apps/statistics.php?aid=432659&browser=IE&created_date=20260307&created_hour=20&dduuid=f12cae69cf61b&device=0&device_type=desktop&os=Windows&ssid=mlml5ricmob7crnq4fshlfafuv&t=1772885027&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cc01c18734983be0147c34c3ad77b5b35a40e381&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();