(function() { const u = '/apps/statistics.php?aid=453428&browser=IE&created_date=20260224&created_hour=06&dduuid=58455f18a0bba&device=0&device_type=desktop&os=Windows&ssid=iaocidc4uah9gqmrd1s7klbq4g&t=1771885709&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ad558cad0b83d56ec5f28bb0319b0478033dd082&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();