(function() { const u = '/apps/statistics.php?aid=442955&browser=IE&created_date=20260304&created_hour=11&dduuid=01ab54a27cb2b&device=0&device_type=desktop&os=Windows&ssid=q757vj6bv3n5k0gfdf219p8qfe&t=1772594669&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=95a2795fae32dacd5e96024e6801e00311085bd0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();