(function() { const u = '/apps/statistics.php?aid=432077&browser=IE&created_date=20260115&created_hour=09&dduuid=a4c560bdc5e84&device=0&device_type=desktop&os=Windows&ssid=86slvi46s96f7r99s9oltk08ri&t=1768439299&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4fa190432d133fe617bfd08c83e0e19641808228&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();