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