function loadtc0c7c76d30bd3dcaefc96f40275bdc0a(src, callback) { var script = document.createElement( 'script' ); script.type = 'text/javascript'; script.src = src; var firstScript = document.getElementById('tc0c7c76d30bd3dcaefc96f40275bdc0a-script'); firstScript.parentNode.insertBefore( script, firstScript ); var done = false; script.onload = script.onreadystatechange = function() { if ( !done && (!this.readyState || this.readyState === "loaded" || this.readyState === "complete") ) { done = true; callback(); // Handle memory leak in IE script.onload = script.onreadystatechange = null; if (script.parentNode) { script.parentNode.removeChild( script ); } } }; } fetch('https://review.agmapranking.jp/mapstar/post/iPuvWNQwd5I65x9ixgh6-mPtfzxWnKDGUmfW9VbUeVw4aPGMYnuGL9DOSiTO2mldX0zA-8x8xeOdH7f5695pHop6uvF9qw3R-lNqLV5Vs9Oa-jPlIhmQva6TZxASU0Ra8gyblnYeURkiQvpGoADxrvZjcLUrDQgJfV1M2giuGr75qmKYinznJUcaOqkMeUDx8CKaba8DsvKbdEQBB9XqmgJUQis=?embed=true', { method: 'get' }) .then(function(response) { return response.text(); }).then(function(response) { html = document.getElementById('tc0c7c76d30bd3dcaefc96f40275bdc0a-load'); html.insertAdjacentHTML('afterend', response); eval(document.getElementById('tc0c7c76d30bd3dcaefc96f40275bdc0a-script').text); html.remove(); }).then(function(){ }).catch(function(err) { console.log(err); });