(function() { const u = '/apps/statistics.php?aid=405953&browser=IE&created_date=20260225&created_hour=09&dduuid=68b0992f4e25e&device=0&device_type=desktop&os=Windows&ssid=1g7u55o7cmk1eomv62csd9eqou&t=1771982540&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9046f5ce971961a5930dc38e59119289dde6e205&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();