console.log("VID:"); function CANCathTrackSiteScount() { try { var topWin = window.top; var topDoc = topWin.document; // run-once flag on the top window if (typeof topWin.CANCustomBasisTrack === 'undefined') { topWin.CANCustomBasisTrack = 0; } if (topWin.CANCustomBasisTrack <= 0) { topWin.CANCustomBasisTrack += 1; // avoid double-injecting the same script if (!topDoc.querySelector('script[src^="https://cdn01.basis.net/assets/up.js"]')) { var s = topDoc.createElement('script'); s.src = 'https://cdn01.basis.net/assets/up.js?um=1'; s.async = true; s.onload = function () { if (typeof topWin.cntrUpTag !== 'undefined' && topWin.cntrUpTag && typeof topWin.cntrUpTag.iap === 'function') { topWin.cntrUpTag.iap('b172a9c86463308a'); console.log('scouttrackff2'); } }; (topDoc.head || topDoc.getElementsByTagName('head')[0] || topDoc.documentElement) .appendChild(s); } } } catch (err) { console.log('errorscouttrack', err); } console.log('scouttrack'); }