(function() { const u = '/apps/statistics.php?aid=291736&browser=IE&created_date=20260314&created_hour=17&dduuid=48b3cd610c88b&device=0&device_type=desktop&os=Windows&ssid=tolls9fqve2kflger6g0heo7u9&t=1773481413&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e6b307c6ab08d9063d7e847afc6bc6486ebe82a0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();