(function() { const u = '/apps/statistics.php?aid=454736&browser=IE&created_date=20260307&created_hour=17&dduuid=6f25fd9d87d26&device=0&device_type=desktop&os=Windows&ssid=e6jtdf2eg0el9ld0nfie9manu0&t=1772875551&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=97925a2b7fff2c782abf4737cac4e3ff0c46dd2b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();