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