(function() { const u = '/apps/statistics.php?aid=450640&browser=IE&created_date=20260225&created_hour=17&dduuid=5632a4aac18e0&device=0&device_type=desktop&os=Windows&ssid=8ii2e64bcq3ds2h1q1c42b0lme&t=1772011559&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eef7608e365cd97421b1755b39ee129a2e77acdc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();