(function() { const u = '/apps/statistics.php?aid=213728&browser=IE&created_date=20260225&created_hour=14&dduuid=3059a76fcd350&device=0&device_type=desktop&os=Windows&ssid=ntffdtf9jj0gh015fghbqt2ue1&t=1772001402&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e735dbe6fcdb7cd8d1372d0d5a6d76df0ca61f46&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();