(function() { const u = '/apps/statistics.php?aid=434789&browser=IE&created_date=20260310&created_hour=14&dduuid=f4663dcb6ed47&device=0&device_type=desktop&os=Windows&ssid=9bu1tect3to09bmttj3nsaq30a&t=1773123440&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=627de8bf28d0c28f645e15ac17692b812963f482&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();