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