(function() { const u = '/apps/statistics.php?aid=410305&browser=IE&created_date=20260304&created_hour=14&dduuid=8ee5603dd48b7&device=0&device_type=desktop&os=Windows&ssid=4gtr83ah9lqpf3f861s7bhtr9u&t=1772604678&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5748bc0cc69e6b343b90a22ff59e57ec2bc6ec23&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();