(function() { const u = '/apps/statistics.php?aid=437119&browser=IE&created_date=20260316&created_hour=17&dduuid=990f2b0632e30&device=0&device_type=desktop&os=Windows&ssid=cgq10amhfghblo7ink9jn1bcag&t=1773653786&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d7acc2e34067d60aeec593070cd3d9945fc1193e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();