(function() { const u = '/apps/statistics.php?aid=425817&browser=IE&created_date=20260224&created_hour=20&dduuid=437e8635718b3&device=0&device_type=desktop&os=Windows&ssid=fa4bvldhaog164hj26kc4f8eah&t=1771936751&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7a4f4f883c8d03d1b93b644a8eaf5f48ff288f48&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();