(function() { const u = '/apps/statistics.php?aid=449513&browser=IE&created_date=20260225&created_hour=22&dduuid=23bd52a91e1ff&device=0&device_type=desktop&os=Windows&ssid=vg6bmkl8ie64brqi2k997ihmab&t=1772029664&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=10de09faf422d98c0d67095bddad0694187aa259&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();