(function() { const u = '/apps/statistics.php?aid=266050&browser=IE&created_date=20260315&created_hour=07&dduuid=e352444b6d111&device=0&device_type=desktop&os=Windows&ssid=b21c2jsdsvrmnvo8bfuabcrns7&t=1773530309&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6f7b0112c29f7ff93b98b029757af81788370474&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();