(function() { const u = '/apps/statistics.php?aid=431029&browser=IE&created_date=20260305&created_hour=14&dduuid=6af9e5726548f&device=0&device_type=desktop&os=Windows&ssid=i1aeh0iljjq2h4uq3vf22c7s3r&t=1772693689&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ad243b8a3e635e7aff3a189ea4e4d797f626d6a1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();