(function() { const u = '/apps/statistics.php?aid=370646&browser=IE&created_date=20260311&created_hour=18&dduuid=a3e53074eb675&device=0&device_type=desktop&os=Windows&ssid=adgg7uei2o2a91n278jhv37k5r&t=1773225728&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6f0296f8f4eb850a09422f686a373da0bda9a1a6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();