(function() { const u = '/apps/statistics.php?aid=442261&browser=IE&created_date=20260311&created_hour=04&dduuid=0efbf0c46566e&device=0&device_type=desktop&os=Windows&ssid=g90ntmmetoun4pqjhoeosj333l&t=1773175732&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2463c5855b26cbf81eb54a5e7d9b7ff576ce8df4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();