(function() { const u = '/apps/statistics.php?aid=89792&browser=IE&created_date=20260201&created_hour=01&dduuid=a3d2109774847&device=0&device_type=desktop&os=Windows&ssid=048j4ebu272n59cblppr72nkce&t=1769880847&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d8faf02fc25ea39b9c461621137d5946d3c8e861&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();