(function() { const u = '/apps/statistics.php?aid=422945&browser=IE&created_date=20251220&created_hour=14&dduuid=0826d7eaf8d99&device=0&device_type=desktop&os=Windows&ssid=66apu4i8jumqjms8235gu32msr&t=1766213006&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dee58bffb573020b3d408eab0a31d9334b8a67ee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();