(function() { const u = '/apps/statistics.php?aid=341908&browser=IE&created_date=20260312&created_hour=23&dduuid=90defc20035ed&device=0&device_type=desktop&os=Windows&ssid=c1p4lseqm8mqi6dbnsf1k2gf3r&t=1773329481&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6cbe539b285e367310027797875716f7059f087c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();