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