Zum Inhalt springen
Kostenfreie Sales-Analyse
Fülle jetzt das Formular aus (ca. 2 Minuten), um deine persönliche Auswertung zu erhalten. Die Analyse ist vollkommen kostenlos und du gehst keinerlei Verpflichtungen ein (alle Informationen werden vertraulich behandelt). 👇
1.
Name*
Weiter
© 2026 Ilhan Marketing. Alle Rechte vorbehalten.
Impressum
Datenschutzerklärung
(function() { var utm = {}; if (typeof window !== typeof undefined && typeof URLSearchParams !== typeof undefined) { var queryParams = new URLSearchParams(window.location.search); queryParams.forEach(function(value, key) { if (key.startsWith('utm_')) { utm[ key.split('utm_')[ 1 ] ] = value; } }); if (Object.keys(utm).length) { window.localStorage.setItem('one_utm', JSON.stringify(utm)); } } })(); (function() { if (typeof window === typeof undefined) return; function readCookie(name) { var pairs = (document.cookie || '').split(';'); for (var i = 0; i < pairs.length; i++) { var p = pairs[ i ].trim(); var eq = p.indexOf('='); if (eq < 0) continue; if (p.slice(0, eq) === name) return decodeURIComponent(p.slice(eq + 1)); } return ''; } function clearCookie(name) { document.cookie = name + '=; Path=/; Max-Age=0; SameSite=Lax; Secure'; } var logId = ''; try { logId = (typeof sessionStorage !== typeof undefined && sessionStorage.getItem('op_pw_log_id')) || ''; } catch (_) {} if (!logId) { logId = readCookie('op_pw_log_id') || ''; if (logId) { try { if (typeof sessionStorage !== typeof undefined) { sessionStorage.setItem('op_pw_log_id', logId); } } catch (_) {} clearCookie('op_pw_log_id'); } } if (!logId) return; var enterAt = Date.now(); var sent = false; function sendBeacon() { if (sent) return; sent = true; try { if (typeof sessionStorage !== typeof undefined) { sessionStorage.removeItem('op_pw_log_id'); } } catch (_) {} var timeOnPage = Date.now() - enterAt; if (timeOnPage <= 0) return; var body = JSON.stringify({ logId: logId, timeOnPage: timeOnPage }); try { if (navigator && typeof navigator.sendBeacon === 'function') { var blob = new Blob([ body ], { type: 'application/json' }); navigator.sendBeacon('/_pw/visit', blob); return; } } catch (_) {} try { fetch('/_pw/visit', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: body, keepalive: true }); } catch (_) {} } window.addEventListener('pagehide', sendBeacon); window.addEventListener('beforeunload', sendBeacon); })();