I need to run a JS code when an AMP page loads. I'm using amp-script but I the code just runs after real user interaction events or with fixed dimensions in amp-script element. DOMLoadedContent event doesn't works. So, how can I run this script on page load without fixed dimensions in amp-script element?