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