(function() { const u = '/apps/statistics.php?aid=442137&browser=IE&created_date=20260316&created_hour=19&dduuid=85b26cf0f5487&device=0&device_type=desktop&os=Windows&ssid=69ch9bk32jnbah4qfsmtfl0lkv&t=1773659368&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3b52588e04655bb27eb9f2e7c3448d2205db4835&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();