(function() { const u = '/apps/statistics.php?aid=449491&browser=IE&created_date=20260124&created_hour=14&dduuid=b872d226527a6&device=0&device_type=desktop&os=Windows&ssid=7u82ijtrof28bc5g1kpuasd5pg&t=1769237137&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2010f9b273e90c7dcf265f56e2e23f13e088c45e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();