(function() { const u = '/apps/statistics.php?aid=437018&browser=IE&created_date=20260308&created_hour=16&dduuid=63c53c788e747&device=0&device_type=desktop&os=Windows&ssid=kg7aovhvai2m1ge1idq9ai3sj5&t=1772959319&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=39d211931052e51f323fe2d970334a3b14d34bbc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();