(function() { const u = '/apps/statistics.php?aid=142&browser=IE&created_date=20260309&created_hour=11&dduuid=ca40c583061ef&device=0&device_type=desktop&os=Windows&ssid=ifknphg6hqnq026s59ir708oeg&t=1773026109&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4dacea5e57dbd48a2cbaa4e9594fc7cd72f3e318&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();