(function() { const u = '/apps/statistics.php?aid=401296&browser=IE&created_date=20260323&created_hour=23&dduuid=8a0f782d608dc&device=0&device_type=desktop&os=Windows&ssid=sjte0p60tpcsoue8h2r8sv8l5r&t=1774279362&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3e0102b0ee9975a6602c04a6c15c2f7b32141a73&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();