(function() { const u = '/apps/statistics.php?aid=395821&browser=IE&created_date=20260201&created_hour=03&dduuid=e5bfc8b840d35&device=0&device_type=desktop&os=Windows&ssid=6bcvm4phnk7krohvppsrh9vot4&t=1769889328&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=76617efab04212bc303b3d19e20daae862dad05a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();