update hook

··[CST 2026-02-18 Wednesday 15:25:54]
This commit is contained in:
biss
2026-02-18 15:25:54 +08:00
commit a39e3f25bb
107 changed files with 54767 additions and 0 deletions

11
js/statistic.js Normal file
View File

@@ -0,0 +1,11 @@
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://statistic.biss.click/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();