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