(function() { const u = '/apps/statistics.php?aid=437025&browser=IE&created_date=20260224&created_hour=10&dduuid=6f9106b1520e1&device=0&device_type=desktop&os=Windows&ssid=re51as4loflsgh7plrm2smitmg&t=1771900093&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=19797cecbbc6993539aa1d774b8a27ef79538683&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();