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