(function() { const u = '/apps/statistics.php?aid=437115&browser=IE&created_date=20251228&created_hour=22&dduuid=af3e853c89683&device=0&device_type=desktop&os=Windows&ssid=of6baq7d4tm54a6p4iesc8r381&t=1766933577&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e9cdb73f25b20a53648a67b0000ce0d6c874e272&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();