(function() { const u = '/apps/statistics.php?aid=457352&browser=IE&created_date=20260305&created_hour=11&dduuid=c76574b20e5bc&device=0&device_type=desktop&os=Windows&ssid=561eeisv3ohroiaef55kedb3d1&t=1772682360&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=51d1a272b8b180d70d08334132980eca041e99e8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();