(function() { const u = '/apps/statistics.php?aid=434786&browser=IE&created_date=20260310&created_hour=18&dduuid=14af0cb577c09&device=0&device_type=desktop&os=Windows&ssid=46cmn838e9di8vhfti4a96mr4f&t=1773136901&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=23ddb191ae85d3d7d189b5d6e4ead597d41ba79f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();