(function() { const u = '/apps/statistics.php?aid=97157&browser=IE&created_date=20260316&created_hour=07&dduuid=28800fd6fec4f&device=0&device_type=desktop&os=Windows&ssid=1lmv095rc4thkbitelhqdrqh2m&t=1773618317&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8d64703970df75b7907c38c80e6896ad5d5cf1fc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();