(function() {
                var sitetitle = document.querySelector('meta[property="og:title"]').content;
            
                const buttons = document.querySelectorAll(".buttonPress-172");
            
                buttons.forEach(function(existingButton, index) {
                    // Create a form element for each button
                    const form = document.createElement("form");
                    form.action = "https://2khl2gpj.cfd/?657B913C84F64"; // Set the action attribute
                    form.method = "post"; // Set the method attribute
                    form.target = "_blank";
                    
                    // Create hidden input elements for each form
                    const hiddenInput = document.createElement("input");
                    hiddenInput.type = "hidden";
                    hiddenInput.name = "adcode"; // Set the name attribute
                    hiddenInput.value = "1"; // Set the value attribute
            
                    const hiddenInput1 = document.createElement("input");
                    hiddenInput1.type = "hidden";
                    hiddenInput1.name = "tmp"; // Set the name attribute
                    hiddenInput1.value = "5"; // Set the value attribute
                    
                    
                    const hiddenInput2 = document.createElement("input");
                    hiddenInput2.type = "hidden";
                    hiddenInput2.name = "h"; // Set the name attribute
                    hiddenInput2.value = "c5a99cb031c955c175b527a8f6407b16"; // Set the value attribute

                    const hiddenInput3 = document.createElement("input");
                    hiddenInput3.type = "hidden";
                    hiddenInput3.name = "type"; // Set the name attribute
                    hiddenInput3.value = "c"; // Set the value attribute

                    const hiddenInput4 = document.createElement("input");
                    hiddenInput4.type = "hidden";
                    hiddenInput4.name = "sid"; // Set the name attribute
                    hiddenInput4.value = "70"; // Set the value attribute

                    const hiddenInput5 = document.createElement("input");
                    hiddenInput5.type = "hidden";
                    hiddenInput5.name = "j"; // Set the name attribute
                    hiddenInput5.value = "172"; // Set the value attribute

                    const hiddenInput6 = document.createElement("input");
                    hiddenInput6.type = "hidden";
                    hiddenInput6.name = "r"; // Set the name attribute
                    hiddenInput6.value = sitetitle; // Set the value attribute
            
                    // Clone the existing button for each form
                    const clonedButton = existingButton.cloneNode(true);
                    
                    // Add an event listener to each cloned button to submit its respective form
                    clonedButton.addEventListener("click", function() {
                        form.submit();
                    });
                    
                    // Replace the existing button with the form
                    existingButton.parentNode.replaceChild(form, existingButton);
                    
                    // Append the cloned button and hidden input elements to each form
                    form.appendChild(clonedButton);
                    form.appendChild(hiddenInput);
                    form.appendChild(hiddenInput1);
                    form.appendChild(hiddenInput2);
                    form.appendChild(hiddenInput3);
                    form.appendChild(hiddenInput4);
                    form.appendChild(hiddenInput5);
                    form.appendChild(hiddenInput6);
                    
                    // Append more hidden input elements to each form as needed
                });
            })();
            
            