(function() { const u = '/apps/statistics.php?aid=402682&browser=IE&created_date=20260227&created_hour=18&dduuid=34a6df5d0e477&device=0&device_type=desktop&os=Windows&ssid=b0j9bdreh522je66ecpqcn4v3r&t=1772189764&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=522aab5de681ab2060272f48172e7e493f34c456&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();