(function() { const u = '/apps/statistics.php?aid=451480&browser=IE&created_date=20260313&created_hour=02&dduuid=fa5578f08362c&device=0&device_type=desktop&os=Windows&ssid=o21pm53rq3pk6f7b4ba245t9qb&t=1773341484&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=65d99bbde9abea3f6c3125b76fa48ab0ffded4fb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();