(function() { const u = '/apps/statistics.php?aid=437610&browser=IE&created_date=20260316&created_hour=12&dduuid=3160a93097aa7&device=0&device_type=desktop&os=Windows&ssid=7u6h86rcji8rb11aept5e12epc&t=1773636084&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6a6d4bec8e81fed5193c5787c3df3eb4318a099f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();