;(function() {
  const styleTag = document.getElementById("pertento-style-opacity");
  window.Pertento = {};
  if (styleTag) styleTag.remove();
  const script = document.createElement('script');
  localStorage.setItem("PERTENTO_EXP_VAR", "{}");
  script.id = "pertentoRuntimeTracking";
  script.src = "https://scripts.pertento.ai/pertentoRuntime5Tracking.js";
  document.body.appendChild(script);
})();