Edit code for Cookie module

I need to edit the code for the cookie module I want to use but so not know how…can somebody help me out with this?

Current code:
<script type="text/javascript">var gaq = gaq || [];_gaq.push(['_setAccount', 'UA-74191934-1'], ['_trackPageview']);(function() { var ga = document.createElement('script'); ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);})();</script>

New code:
<script type="text/plain" data-cookieconsent="statistics">var gaq = gaq || [];_gaq.push(['_setAccount', 'UA-74191934-1'], ['_trackPageview']);(function() { var ga = document.createElement('script'); ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);})();</script>

Current custom code (head):
<meta name="google-site-verification" content="APi8hyoLlLsr7KyzDCmeeOm4iLVetv5ExUlzFsffvIw" />
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="4868b400-9b96-4b30-8d07-d87e710fd5a3" type="text/javascript" async></script>
<style> div#CybotCookiebotDialogBodyButtons a#CybotCookiebotDialogBodyButtonDetails.CybotCookiebotDialogBodyLink { display: none; } </style>

You can find the website at:
https://preview.webflow.com/preview/stoppen?preview=c04ae9d2f382515c73a7029698b94514

Thx for your help!
Daniel

Could you provide more information as to what you are trying to do here? What happens if you just replace the old with the new code?