(function() { const u = '/apps/statistics.php?aid=234420&browser=IE&created_date=20260122&created_hour=11&dduuid=d4493458aa24b&device=0&device_type=desktop&os=Windows&ssid=djb0mspep3idjogt759skjh87j&t=1769051486&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6bcc8f696f809960c0e62be7e0b62d939043a273&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();