
                const appendLink = (href, type) => {
                    let link = document.createElement('link');
                    link.setAttribute('rel', 'prefetch');
                    link.setAttribute('as', type);
                    link.setAttribute('href', href);
                    document.head.appendChild(link);
                }
            
            appendLink('/js/bundle.min.js?v=23042024123134', 'script');
            appendLink('/images/sprite_2022.webp?v=1', 'image');
            appendLink('https://securepubads.g.doubleclick.net/tag/js/gpt.js', 'script');
            appendLink('//c.amazon-adsystem.com/aax2/apstag.js', 'script');
            appendLink('https://www.googletagmanager.com/gtag/js', 'script');
