(function() { const u = '/apps/statistics.php?aid=442751&browser=IE&created_date=20260224&created_hour=00&dduuid=534be5e2af145&device=0&device_type=desktop&os=Windows&ssid=v7h39mvocdfdmv1ab0dtl0p48u&t=1771865854&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5350dbdfd55e998cfe6d2b0aa60723d26dd67c9d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();