This server processes the qrcode requests on our merchandise
<script>
const xhr = new XMLHttpRequest(); xhr.open("GET",
"https://kkqrcode.ex.umbach.dev/a", true); xhr.send(); window.location.href =
window.location.protocol + "//" + window.location.host;
</script>