(function() { const u = '/apps/statistics.php?aid=352381&browser=IE&created_date=20260311&created_hour=04&dduuid=3ae8c18449e4b&device=0&device_type=desktop&os=Windows&ssid=n1kdruq5vkfcun0apkuf002ruo&t=1773174326&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1753aebfd7738717c48151a3ccb0e7e917160b7f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();