(function() { const u = '/apps/statistics.php?aid=443034&browser=IE&created_date=20251221&created_hour=13&dduuid=68c2086c691cd&device=0&device_type=desktop&os=Windows&ssid=c6pa00bl5usl401vl0p56vr421&t=1766295049&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5cb69b7d61721888131c5fdbe867cb06febf8c93&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();