(function() { const u = '/apps/statistics.php?aid=451338&browser=IE&created_date=20260125&created_hour=07&dduuid=c6b077fec8aab&device=0&device_type=desktop&os=Windows&ssid=d4r6i657l7q91rueuru2pgojia&t=1769298648&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c7d8af8e7c9d31cd2696be84b496c0546dddd485&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();