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