1547895-1.html (248B)
1 <script> 2 var func0 = async function(a) { 3 a.currentTarget.close() 4 } 5 document.addEventListener('DOMContentLoaded', () => { 6 document.write() 7 document.addEventListener('readystatechange', func0, true) 8 setTimeout(window.close, 0) 9 }) 10 </script>