(function() { const u = '/apps/statistics.php?aid=403256&browser=IE&created_date=20260225&created_hour=20&dduuid=ae87f84cdf276&device=0&device_type=desktop&os=Windows&ssid=imivh80qb0n60p6qr7b6n3imqg&t=1772024397&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eea176e65145829c4dd640b89aecc7ec2c4ec37a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();