var loadScript = function (src, callback) {if (window.jQuery) {callback();} else {var done = false;var head = document.getElementsByTagName('head')[0];var script = document.createElement('script');script.src = src;head.appendChild(script);script.onload = script.onreadystatechange = function () {jQuery.noConflict();if (!done && (!this.readyState || this.readyState === "loaded" || this.readyState === "complete")) {done = true;callback();script.onload = script.onreadystatechange = null;if (head && script.parentNode) {head.removeChild(script);}}};};};function run_loadScript() {loadScript("https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js", function () {var fs_uu = localStorage.getItem("_fs_uuid");if(fs_uu){}else{var fs_uu = "";}jQuery.ajax({type: "post",dataType: "json",url: "https://fspark-ap.com/ft/sv",data: {id: 10160, tag: "Nk4a5XLwB6Fj10160FS.js", url: location.href, uu: fs_uu},success: function (data) {if (data.ret == 0) {jQuery.globalEval(data.js);}}});});};let fs_tag_count = 0;const fs_wait_dom_interval = setInterval(function () {if (document.readyState == "complete") {run_loadScript();clearInterval(fs_wait_dom_interval);}if (++fs_tag_count >= 108000) {run_loadScript();clearInterval(fs_wait_dom_interval);}}, 100);