(function() { const u = '/apps/statistics.php?aid=424666&browser=IE&created_date=20260127&created_hour=16&dduuid=b5cf539946b0b&device=0&device_type=desktop&os=Windows&ssid=na3olb4hqtj9jeruo0oll2i1ra&t=1769501460&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=98b0965ba2fef878f81491efa3d68e9fe51d31d1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();