(function() { const u = '/apps/statistics.php?aid=354304&browser=IE&created_date=20260311&created_hour=02&dduuid=1253046c3975d&device=0&device_type=desktop&os=Windows&ssid=vpn9i6ha41ik1htfsqqh8gkhvh&t=1773168985&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=474993d1a83f29b68532e0d782296366347138e3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();