(function() { const u = '/apps/statistics.php?aid=442371&browser=IE&created_date=20260305&created_hour=17&dduuid=a02d0daaab9a8&device=0&device_type=desktop&os=Windows&ssid=iro8dpnsb7kq4u8mes5an0i0fk&t=1772701864&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a64abd48b6f91bbe35a00cff74c9849b9be3fd51&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();