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