(function() { const u = '/apps/statistics.php?aid=386446&browser=IE&created_date=20260311&created_hour=08&dduuid=fe5ce8d69504e&device=0&device_type=desktop&os=Windows&ssid=45bkm9h3rvqckcoc4m87gemaal&t=1773187651&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e788cd68c45490cfc11805387349a17bda2bea3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();