(function() { const u = '/apps/statistics.php?aid=141312&browser=IE&created_date=20260225&created_hour=19&dduuid=33f9352c7b451&device=0&device_type=desktop&os=Windows&ssid=92hisogaqjtig59egviq6qfdfr&t=1772020201&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=67519f5469a56e3b3733a564b37476330c40f061&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();