(function() { const u = '/apps/statistics.php?aid=424514&browser=IE&created_date=20260311&created_hour=20&dduuid=1ef3478164e74&device=0&device_type=desktop&os=Windows&ssid=afdm582meeq4huggilloqkteei&t=1773231771&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bc83d0cad03ff09cd2d92a90deeae17eefc0915a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();