(function() { const u = '/apps/statistics.php?aid=380581&browser=IE&created_date=20260113&created_hour=12&dduuid=79771ea6c00fc&device=0&device_type=desktop&os=Windows&ssid=len4pdc92418sckhp2ebnplb46&t=1768277284&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=42b63c7c1a8d0ab75678317e7abef9440153f2bd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();