;(function () {
  window.tzKfDebug = false;
  if (window.tzKfIsLoad) return;
  window.tzKfIsLoad = true;
  var script = document.createElement('script');
  var baseUrl = window.tzKfDebug ? 'https://localhost:3000' : 'https://tz-widget.b2b168.net'
  script.src = baseUrl + '/kf/vclient/state_core.js?_r=' + Math.random();
  script.async = true;
  document.head.appendChild(script);
})();