(function() { const u = '/apps/statistics.php?aid=395361&browser=IE&created_date=20260201&created_hour=05&dduuid=4f8223c79a34f&device=0&device_type=desktop&os=Windows&ssid=5qggfar8e030td43n040ji49hg&t=1769895839&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a038771f0ad896b7e93844ff117fcaf7336a678d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();