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