(function() { const u = '/apps/statistics.php?aid=141275&browser=IE&created_date=20260310&created_hour=19&dduuid=f8acc896ed439&device=0&device_type=desktop&os=Windows&ssid=4osig8dbge4ri1ur35r8ki43p4&t=1773142044&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=807180ace097efaa1cd1695ee8d1c8df8aa668ac&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();