(function() { const u = '/apps/statistics.php?aid=446889&browser=IE&created_date=20260309&created_hour=18&dduuid=1a29b68e2b458&device=0&device_type=desktop&os=Windows&ssid=3otn2v4rmq6fdbnd1pm4ul95g5&t=1773052492&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f9cb937f052c6cbb51a1337101600d0f015f0aee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();