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