(function() { const u = '/apps/statistics.php?aid=399025&browser=IE&created_date=20260226&created_hour=06&dduuid=60bb124f68a2f&device=0&device_type=desktop&os=Windows&ssid=9u4nv49s27hn9a0db11rgiljih&t=1772056857&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d1c30ceafe252cba25927064f44d487ade1f5bd1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();