(function() { const u = '/apps/statistics.php?aid=47121&browser=IE&created_date=20260305&created_hour=00&dduuid=121144607a2d9&device=0&device_type=desktop&os=Windows&ssid=nrif2jjnjke0101ll3b3frnel5&t=1772643201&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0734b242463c682cc6866e1a58292f64302399e8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();