(function() { const u = '/apps/statistics.php?aid=380575&browser=IE&created_date=20251220&created_hour=07&dduuid=354f9d2e0cecc&device=0&device_type=desktop&os=Windows&ssid=oqp2va4f2g7tj7ql2qc9dgdtun&t=1766187541&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=202d01d31663f14fde73feafe75805709f40cdbf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();