(function() { const u = '/apps/statistics.php?aid=403896&browser=IE&created_date=20260125&created_hour=08&dduuid=d8370bc2afae4&device=0&device_type=desktop&os=Windows&ssid=er516ab4j0npp0e18q32pcotkt&t=1769301800&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7633c54ac000f9ce99e40501318a6d1580b12ec7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();