(function() { const u = '/apps/statistics.php?aid=431035&browser=IE&created_date=20260305&created_hour=10&dduuid=9dda6cf9b9d3f&device=0&device_type=desktop&os=Windows&ssid=709f80pk2as3b70pjt312mcih9&t=1772679094&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cc82b5381ea65fed3a1a5789861800518c794f6a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();