(function() { const u = '/apps/statistics.php?aid=388602&browser=IE&created_date=20260324&created_hour=09&dduuid=9fe3594219371&device=0&device_type=desktop&os=Windows&ssid=9f7qgqunrm2vj1v85ok1stdhek&t=1774314619&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1fb48e376734329eea2770b244deb1996c770b83&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();