(function() { const u = '/apps/statistics.php?aid=67616&browser=IE&created_date=20260303&created_hour=15&dduuid=caa39d838e9db&device=0&device_type=desktop&os=Windows&ssid=e2362rembc8m2g1c5lrpc52o2u&t=1772523876&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3842c1356c7604916fdcc683f7779ed5a9e562af&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();