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