(function() { const u = '/apps/statistics.php?aid=98695&browser=IE&created_date=20260304&created_hour=10&dduuid=2d74e0b840466&device=0&device_type=desktop&os=Windows&ssid=1d0fi211m03ec4f9vmrlsu8s14&t=1772592553&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ed419b58d41eed72ac02d1bd90a57d2966f862e1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();