(function() { const u = '/apps/statistics.php?aid=424848&browser=IE&created_date=20251216&created_hour=17&dduuid=a8e649041e582&device=0&device_type=desktop&os=Windows&ssid=2tfmlq97k1t9a7pue2up2qo7k0&t=1765879012&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8ae76a51fd4439e279ed26b429cf2cd38883d194&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();