(function() { const u = '/apps/statistics.php?aid=432078&browser=IE&created_date=20260115&created_hour=09&dduuid=3032b9522e2e1&device=0&device_type=desktop&os=Windows&ssid=fhdc9hrbb56tvctdhdct7hjosc&t=1768439253&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0fafc6890b9eb199d59633c0d293ccaff0fb4025&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();