(function() { const u = '/apps/statistics.php?aid=431516&browser=IE&created_date=20260116&created_hour=01&dduuid=76a7db7f13ad3&device=0&device_type=desktop&os=Windows&ssid=71h967pqq68j21mrb6rp2t8b68&t=1768498638&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=211e8a94a1e10a004d1b254a8c876fefcebf5cfc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();