(function() { const u = '/apps/statistics.php?aid=454652&browser=IE&created_date=20260305&created_hour=02&dduuid=16fa931b62d3e&device=0&device_type=desktop&os=Windows&ssid=ud97qmrdv6pmv1viog654h24lj&t=1772647853&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=94d77e912276cb38fc0256cbbcb068866d2fcf35&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();