(function() { const u = '/apps/statistics.php?aid=434178&browser=IE&created_date=20260313&created_hour=04&dduuid=5d17927e1e018&device=0&device_type=desktop&os=Windows&ssid=viecasu2fjfem8hhgbc8pbt413&t=1773345815&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=03c228a59948865da63cc0d110d5ffae1aa286b8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();