(function() { const u = '/apps/statistics.php?aid=208470&browser=IE&created_date=20251231&created_hour=21&dduuid=aa5a2ad19ef97&device=0&device_type=desktop&os=Windows&ssid=1sq5bpbimo7gffpd1780784uba&t=1767188075&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=701cd83d9449105c0325beabc94eaba254088d83&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();