(function() { const u = '/apps/statistics.php?aid=399049&browser=IE&created_date=20260304&created_hour=01&dduuid=44dcb4a01f5d6&device=0&device_type=desktop&os=Windows&ssid=kr95c9d0i9pmtvqeao1483p5ob&t=1772557597&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5eaac1e2b099f05e198e50367ffeaf6c329462cb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();