(function() { const u = '/apps/statistics.php?aid=210334&browser=IE&created_date=20251223&created_hour=14&dduuid=5cf72354b68fb&device=0&device_type=desktop&os=Windows&ssid=o3io7bha50plih4uc70loi2kbs&t=1766470699&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=26079becaa50ad6df7bfe07fa0e45427abc53cfc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();