(function() { const u = '/apps/statistics.php?aid=453481&browser=IE&created_date=20260224&created_hour=10&dduuid=09cc1b9ac9593&device=0&device_type=desktop&os=Windows&ssid=54e0kkdqdmmvltd1cupgq9dlvh&t=1771900592&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=19a06d64e12d7c99212b6108a6e7183e1748ee0d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();