(function() { const u = '/apps/statistics.php?aid=461001&browser=IE&created_date=20260311&created_hour=10&dduuid=42848cc709b24&device=0&device_type=desktop&os=Windows&ssid=19gdcm1r1d4fm1m57kfpeb1t2l&t=1773195728&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=94d1d91bdeb3b0fd76c82db6036c6995384636da&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();