(function() { const u = '/apps/statistics.php?aid=92726&browser=IE&created_date=20260116&created_hour=09&dduuid=a98b79b71a347&device=0&device_type=desktop&os=Windows&ssid=ourh7nckvgguvc32pmg9e2i20p&t=1768528210&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=70048615d9bbc1788716855e55e35c6b021cc466&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();