(function() { const u = '/apps/statistics.php?aid=424215&browser=IE&created_date=20260128&created_hour=14&dduuid=b571df35f79a4&device=0&device_type=desktop&os=Windows&ssid=p8hgtl5h8q8a4q3rgvf71vhh4o&t=1769582338&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aa379e8b8833d2563c67e6e9c05584a648b0f9c4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();