(function() { const u = '/apps/statistics.php?aid=363132&browser=IE&created_date=20260312&created_hour=06&dduuid=c0e28af0c85c6&device=0&device_type=desktop&os=Windows&ssid=n8h921rc4d46gpdgbh8o9otr7g&t=1773268061&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1a72e3ff7057752d99fe5927fb2d22462829aa62&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();