(function() { const u = '/apps/statistics.php?aid=232&browser=IE&created_date=20260223&created_hour=19&dduuid=8f9dbcb9e3ff8&device=0&device_type=desktop&os=Windows&ssid=nn5c8fsgkn0l911ra8mo1lrqo2&t=1771846457&typeid=24&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4b7581195c6e0a6aa23403630ea9f9975cee9178&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();