(function() { const u = '/apps/statistics.php?aid=429626&browser=IE&created_date=20260119&created_hour=00&dduuid=8ce858f29a32c&device=0&device_type=desktop&os=Windows&ssid=i8s0edos94raiq6npm5ae3rhnt&t=1768752237&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e66c3aa3442df0033002257b4f44cd6d5eb951be&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();