Today Contree

We will be your guide to make informed decisions about your real estate investments.
Discover all the possibilities of your next new apartment, with the help Contree.

document.addEventListener("DOMContentLoaded", function() {   const params = new URLSearchParams(window.location.search);   const fields = [     "utm_source",     "utm_medium",     "utm_campaign",     "utm_term",     "utm_content",     "gclid"   ];   fields.forEach(param = {     if (params.get(param)) {       localStorage.setItem(param, params.get(param));     }     const input = document.querySelector(`[name*="${param}"]`);     if (input) {       input.value = localStorage.getItem(param) || "";     }   }); });