(function() { const u = '/apps/statistics.php?aid=455349&browser=IE&created_date=20260308&created_hour=13&dduuid=76c561fc4bcea&device=0&device_type=desktop&os=Windows&ssid=c0en6s7sls6thvokjmpu22qn52&t=1772946408&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e9fe46a4587670840a3cf03f08827c8643457dc0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();