(function() { const u = '/apps/statistics.php?aid=141236&browser=IE&created_date=20260305&created_hour=19&dduuid=1301a8f4245e6&device=0&device_type=desktop&os=Windows&ssid=7g6f7c9t26vdb8ksmgbfp97qsm&t=1772708897&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8d8c34585995bfbc5f499c37180c02336569230a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();