(function() { const u = '/apps/statistics.php?aid=460406&browser=IE&created_date=20260311&created_hour=06&dduuid=85913347621cf&device=0&device_type=desktop&os=Windows&ssid=2891317dcm2dm9cmeo6d39a7c8&t=1773183441&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=edeab717dd0c8dc5ff94f02bcade44ad25882f44&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();