(function() { const u = '/apps/statistics.php?aid=440673&browser=IE&created_date=20260316&created_hour=15&dduuid=f94c2a5738a6b&device=0&device_type=desktop&os=Windows&ssid=idd5qphc7p5kdec2jeg4uv4a5a&t=1773645106&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=26c678ec569d3aae9ef8506f4616d235e0c79814&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();