(function() { const u = '/apps/statistics.php?aid=423555&browser=IE&created_date=20260129&created_hour=16&dduuid=5b6154442d2a0&device=0&device_type=desktop&os=Windows&ssid=edrf206qgl8kldivicpm1rd7ds&t=1769676061&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1ec1541e56c99053433aec1543ecebbea71265b5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();