(function() { const u = '/apps/statistics.php?aid=453870&browser=IE&created_date=20260226&created_hour=13&dduuid=931ee49cbb995&device=0&device_type=desktop&os=Windows&ssid=5a24i8n3g1nae5e5gn396bhuic&t=1772085127&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9d4bde3a27f4676476a983d672f8a2992f4e6732&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();