(function() { const u = '/apps/statistics.php?aid=448962&browser=IE&created_date=20260308&created_hour=04&dduuid=00301b02597aa&device=0&device_type=desktop&os=Windows&ssid=qvrc3517l7rbj2mkl254agu8ao&t=1772916681&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1ec77839a43ff826abdb5a0adb29cbb142e2ff09&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();