(function() { const u = '/apps/statistics.php?aid=454238&browser=IE&created_date=20260311&created_hour=09&dduuid=3e0ea90fbfa6f&device=0&device_type=desktop&os=Windows&ssid=s0gv4bbtjhri4qh4qv4og31q3m&t=1773193032&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e3a1e53acc50596b6b788edc321abe07e0f2d66f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();