(function() { const u = '/apps/statistics.php?aid=453774&browser=IE&created_date=20260310&created_hour=14&dduuid=15d70a2c90f73&device=0&device_type=desktop&os=Windows&ssid=2ef5201sf1f5h6ccj2c264v4nj&t=1773123642&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7644fb987a717c823da99fea3012484057ad9619&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();