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