(function() { const u = '/apps/statistics.php?aid=294944&browser=IE&created_date=20260223&created_hour=11&dduuid=dc5dd13d91a43&device=0&device_type=desktop&os=Windows&ssid=7jh3nbda0dgqp44cclvoaighbn&t=1771817097&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f63be7ac6f7d3d6a2d65aad0f431f79c3b7ef169&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();