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