// this is a test
function loadAnalytics() {};
loadAnalytics.unami = function() {
//
let script = document.createElement("script");
script.setAttribute("defer", "");
script.setAttribute("src", "https://cloud.umami.is/script.js");
script.setAttribute("data-website-id", "cdb79ddd-06a6-478f-b726-be39b502d6a5");
document.head.appendChild(script);
};
loadAnalytics.cloudflare = function() {
//
let script = document.createElement("script");
script.setAttribute("defer", "");
script.setAttribute("src", "https://static.cloudflareinsights.com/beacon.min.js");
script.setAttribute("data-cf-beacon", '{"token": "e5b0ef8807e74cef81287ac77bd18938"}');
document.head.appendChild(script);
};
document.addEventListener("DOMContentLoaded", () => {
// yo why are all analytic providers mid
// loadAnalytics.unami();
// loadAnalytics.cloudflare();
})