(function() { const u = '/apps/statistics.php?aid=4668&browser=IE&created_date=20260316&created_hour=14&dduuid=2c92ac2a63e65&device=0&device_type=desktop&os=Windows&ssid=58uh65q6cbei9irlim0e66a8us&t=1773641803&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8497966ea4211240b3eea2f99645f07719715e01&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();