(function() { const u = '/apps/statistics.php?aid=51649&browser=IE&created_date=20260228&created_hour=00&dduuid=601ad56430c18&device=0&device_type=desktop&os=Windows&ssid=egpq3od9k2tslj25pmi2ps30c6&t=1772209726&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2d50b9ad3d2961e2029ea1fd61baa190ec2d0ac8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();