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