(function() { const u = '/apps/statistics.php?aid=425460&browser=IE&created_date=20260126&created_hour=14&dduuid=affc5327c7234&device=0&device_type=desktop&os=Windows&ssid=l05qd8qgtp5dtinls06r54hlgg&t=1769407851&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e4f77f6cc159ef09e29a76bdd7e7e7fa95f9340a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();