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