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