(function() { const u = '/apps/statistics.php?aid=404912&browser=IE&created_date=20260310&created_hour=21&dduuid=f7764e76351e3&device=0&device_type=desktop&os=Windows&ssid=vlcu0r5ecs7e24smdo0r1eemfb&t=1773150315&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d9241722534d07d44596cd8b15a9a0ea572be0bd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();