(function() { const u = '/apps/statistics.php?aid=350513&browser=IE&created_date=20260225&created_hour=10&dduuid=1c48befbf00e8&device=0&device_type=desktop&os=Windows&ssid=8gpsbeqc002rnd5df6e6e3o4um&t=1771986908&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1b5d568390c63fddc5e2f5b981b1aba744f5b2aa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();