(function() { const u = '/apps/statistics.php?aid=380600&browser=IE&created_date=20260224&created_hour=16&dduuid=06cfdf5f42871&device=0&device_type=desktop&os=Windows&ssid=26kl0o9mmd4pt0gpoj4llvo3et&t=1771920389&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=050a8d67ce861236fcfd133e4a83d39f342f7da1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();