(function() { const u = '/apps/statistics.php?aid=84846&browser=IE&created_date=20260303&created_hour=15&dduuid=fc7c5e7068651&device=0&device_type=desktop&os=Windows&ssid=69214hqcvj4blidt5tc53l54bj&t=1772523878&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=db25fa23161c68e41743ef76b7a1bcf584fb0ec1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();