(function() { const u = '/apps/statistics.php?aid=92724&browser=IE&created_date=20260116&created_hour=09&dduuid=6fd3871d113c5&device=0&device_type=desktop&os=Windows&ssid=0vj8luoo0e1vius5aihmrbafoh&t=1768528592&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8470bf41066a01d6dd9127ce8e61de8d8c146ca0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();