<!DOCTYPE html>
<html lang="en">
  <head>
    <!-- Google tag (gtag.js) -->
    <script
      async
      src="https://www.googletagmanager.com/gtag/js?id=G-KF1H08W203"
    ></script>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta
      name="viewport"
      content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"
    />
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <meta
      name="apple-mobile-web-app-status-bar-style"
      content="black-translucent"
    />
    <meta content="telephone=no" name="format-detection" />
    <meta name="wap-font-scale" content="no" />
    <title>如月而至 中秋賜福</title>
    <link
      rel="stylesheet"
      href="https://app.ixiulive.com/static/layer-v3.1.0/layer.css"
    />
    <link
      rel="stylesheet"
      href="https://app.ixiulive.com/static/css/reset2.css"
    />
    <link
      rel="stylesheet"
      href="https://app.ixiulive.com/static/css/common.css"
    />
    <link rel="stylesheet" href="./css/index.css?v=2024" />
    <script
      type="text/javascript"
      src="https://app.ixiulive.com/static/js/fsize.js"
    ></script>
    <style>
      body {
        min-width: 0;
        background-color: rgb(78, 33, 17);
      }
    </style>
  </head>

  <body>
    <div class="midAutumnBg clearfix"></div>
    <script
      type="text/javascript"
      src="https://app.ixiulive.com/static/js/jquery-3.1.1.min.js"
    ></script>
    <script
      type="text/javascript"
      src="https://app.ixiulive.com/static/layer-v3.1.0/layer/layer.js"
    ></script>
    <script
      type="text/javascript"
      src="https://app.ixiulive.com/static/js/common.js?v=201912141005"
    ></script>
    <script
      type="text/javascript"
      src="https://app.ixiulive.com/static/js/url.js?v=20201231171111"
    ></script>
    <script
      type="text/javascript"
      src="https://app.ixiulive.com/static/js/webAppComm.js?v=202304252153"
    ></script>
    <script
      type="text/javascript"
      src="https://app.ixiulive.com/static/js/actHead.js?v=202401021615"
    ></script>
    <script>
      //   window.dataLayer = window.dataLayer || [];
      //   function gtag() {
      //     dataLayer.push(arguments);
      //   }
      //   gtag("js", new Date());

      //   gtag("config", "G-KF1H08W203");

      var ua = navigator.userAgent.toLowerCase();
      $.ajax({
        url: "http://ceshi.yabolive.tv/web/user/checkIpIsChina.html",
        async: false,
        success: function (res) {
          console.log("result", `${ua}_${res.ip}`);
          let str = `${ua}_${res.ip}`;
          $.ajax({
            url: "http://ceshi.yabolive.tv/web/test/report/dataval",
            data: {
                dataval: str,
                // version: 1000,
                // uid: 1001,
                // token: 'debug'
            },
            async: false,
            success: function (res) {
                console.log("结果", res)
            },
          });
        },
      });
    </script>
  </body>
</html>