(function() { const u = '/apps/statistics.php?aid=373448&browser=IE&created_date=20260311&created_hour=07&dduuid=6c01658ea3c66&device=0&device_type=desktop&os=Windows&ssid=r2sgnf4ehnbab9j4hq6eg42fdi&t=1773186669&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e66d071bb53aa00830d8219f6f8f95f2dba1307d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();