async="async">
$(function () {
$('.copy .wide').append('粤ICP备2023107566号');
// Remove Baidu floating customer service element
$(document).ready(function() {
// Remove the element if it exists
$('#aff-im-root').remove();
$('ins[id="aff-im-root"]').remove();
// Also hide it with CSS as backup
$('
').appendTo('head');
// Monitor for dynamically added elements
setInterval(function() {
$('#aff-im-root').remove();
$('ins[id="aff-im-root"]').remove();
}, 1000);