(function() { const u = '/apps/statistics.php?aid=81602&browser=IE&created_date=20260227&created_hour=13&dduuid=7b9f2a8135298&device=0&device_type=desktop&os=Windows&ssid=a35upv24bg66hu1qb7p4kfpmoo&t=1772170512&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=018f50b146d6a2cc5b1e871e0d8a3170907c6e06&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();