(function() { const u = '/apps/statistics.php?aid=407&browser=IE&created_date=20260310&created_hour=07&dduuid=804547db9e472&device=0&device_type=desktop&os=Windows&ssid=gnrvv5cqi9fnqg6q4p5480eb0d&t=1773100560&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b436cf952f2b9168b08ac79ed303e76a16d117cd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();