(function() { const u = '/apps/statistics.php?aid=439823&browser=IE&created_date=20260314&created_hour=20&dduuid=c4384022c8cc0&device=0&device_type=desktop&os=Windows&ssid=fdi1i6454v843amskt5gir77it&t=1773492619&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9990a53fe470c4d351ed30d75d92107faa7c6fe4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();