(function() { const u = '/apps/statistics.php?aid=406163&browser=IE&created_date=20260312&created_hour=15&dduuid=1e4ee6f53e53c&device=0&device_type=desktop&os=Windows&ssid=b7nlsklhqc6or0lm06b92uc00c&t=1773301562&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0c6b6c25585b8a7393713d0d09f6ccdfeb810a91&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();