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