(function() { const u = '/apps/statistics.php?aid=448313&browser=IE&created_date=20260110&created_hour=14&dduuid=b84f5d2e77296&device=0&device_type=desktop&os=Windows&ssid=mbhlvbe54l6t79tcpeei0e4pqh&t=1768025811&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=576a86ee05c747a865cec271c4d7bfac98e7b937&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();