(function() { const u = '/apps/statistics.php?aid=428138&browser=IE&created_date=20260121&created_hour=18&dduuid=817e846c591af&device=0&device_type=desktop&os=Windows&ssid=4p3ct5akclsvq6t3rnsi4gatvl&t=1768990257&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eb78a5739c2ddc323b5b18c3c086f568ccbcaa93&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();