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