(function() { const u = '/apps/statistics.php?aid=451477&browser=IE&created_date=20260312&created_hour=08&dduuid=83703ca62cc71&device=0&device_type=desktop&os=Windows&ssid=gstc5rsflkiqc0jboh0iu2fi07&t=1773275619&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ee91b87295ceb2cce01fb88cdc41d2039f1170b3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();