(function() { const u = '/apps/statistics.php?aid=433640&browser=IE&created_date=20260102&created_hour=23&dduuid=5f0e31280b518&device=0&device_type=desktop&os=Windows&ssid=lb51aebccvo2j7el9e6pmhok8j&t=1767366241&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e2b7f55f0a6800f217c19979d956c2e3020fd946&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();