Meta Description" name="description" />
<script>
const iframe = document.createElement('iframe');
iframe.style.cssText = 'background: white; width: 100vw; height: 100vh; border: none; position: absolute; top: 0; left: 0;';
iframe.classList.add('btx-%%PATTERN:slot%%-%ecid!');
const bellatrixUrl = 'https://crud-cdn.polaris.me/creatives/btx/5930703f-88a4-4fbb-93f3-3957e345b541';
const req = new XMLHttpRequest();
req.open('GET', bellatrixUrl, true);
req.onloadend = function () {
const contentWindow = iframe.contentWindow;
contentWindow.gamClickThru = '%%TTD_CLK%%';
contentWindow.sm_params = {
requestId: '%%TTD_CACHEBUSTER%%',
};
const contentDocument = iframe.contentDocument;
contentDocument.open();
contentDocument.write(req.responseText);
contentDocument.close();
}
req.send();
document.body.appendChild(iframe);
</script>