(function() { const u = '/apps/statistics.php?aid=213725&browser=IE&created_date=20260305&created_hour=16&dduuid=82cfcd55e281d&device=0&device_type=desktop&os=Windows&ssid=o5rcnd4mtel2041r9iikqu4q6l&t=1772700797&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=570f81cb1b80026a4ac1aa3ca8ec986b2d877fe7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();