<?php
  $redirectUrl = 'https://xn--xu0a.cn/'; // 设置重定向的目标链接

  header('Location: ' . $redirectUrl);
  exit; // 确保在发送重定向后停止脚本的执行
?>