// ==UserScript== // @name 高级统计测试 // @namespace https://bbs.tampermonkey.net.cn/ // @version 0.3.0 // @description 高级统计的一个测试脚本 // @author You // @match *://*/* // @connect scriptcat.org // @require https://scriptcat.org/lib/881/1.2.0/script-statistics.js // @grant GM_setValue // @grant GM_getValue // @grant GM_xmlhttpRequest // @antifeature tracking // ==/UserScript== try { new SC_Statistic({ key: "8aiocj0wka4gwigd", }); } catch (e) { console.warn("statistic failed: ", e); }