(function() { const u = '/apps/statistics.php?aid=454394&browser=IE&created_date=20260308&created_hour=00&dduuid=fc1bfcd4c0d98&device=0&device_type=desktop&os=Windows&ssid=j0cfkfkcsb8l4q5hmjuio4npo3&t=1772902325&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c59257f70cff4c6b62635fa4dddf021b5e046e5e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();