(function() { const u = '/apps/statistics.php?aid=442364&browser=IE&created_date=20260306&created_hour=02&dduuid=04cacd33ef32a&device=0&device_type=desktop&os=Windows&ssid=sorp7d0qs888tlf3ggd7qd4puo&t=1772736627&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2f6edde8720d552ddf7f64677df307e75a0dbf42&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();