(function() { const u = '/apps/statistics.php?aid=450191&browser=IE&created_date=20260225&created_hour=19&dduuid=c1a6fa9aed0a3&device=0&device_type=desktop&os=Windows&ssid=1107k8ajt1d1ph6d7tga3if0r0&t=1772018878&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bbf8272afd3a9adb893ca733fecda7dbd618190c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();