(function() { const u = '/apps/statistics.php?aid=79861&browser=IE&created_date=20260310&created_hour=10&dduuid=e8fbbdcaa7880&device=0&device_type=desktop&os=Windows&ssid=8mde083sbe4blc7tovg8ton54a&t=1773111183&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6677d4c079a8c3f941c12e89763c0e90e45898fb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();