How to integrate Exoclick to Meteor without using Iron Router?

The meteor does not render <script> tags. How can I add Exoclick the meteor?

<script type="text/javascript">
    var ad_idzone = "1677890",
        ad_width = "300",
        ad_height = "250";
</script>
<script type="text/javascript" src="https://ads.exoclick.com/ads.js"></script>
<noscript>
    <a href="http://main.exoclick.com/img-click.php?idzone=1677890" target="_blank">
        <img src="https://syndication.exoclick.com/ads-iframe-display.php?idzone=1677890&output=img&type=300x250" width="300" height="250">
    </a>
</noscript>