(function() { const u = '/apps/statistics.php?aid=451414&browser=IE&created_date=20260225&created_hour=06&dduuid=061728b3500eb&device=0&device_type=desktop&os=Windows&ssid=mgh94tub8of5g72bgilqe7tnca&t=1771973625&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=106f1a5dd5414b57811a738eefbfc342ef3f6a6e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();