(function() { const u = '/apps/statistics.php?aid=437978&browser=IE&created_date=20260305&created_hour=02&dduuid=468fba539b951&device=0&device_type=desktop&os=Windows&ssid=5l6172gaeliq07v0jee43ap71r&t=1772648780&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c3ea2b9331f4ef50c8a9f8b53275ef73f0384ed5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();