(function() { const u = '/apps/statistics.php?aid=439615&browser=IE&created_date=20260308&created_hour=07&dduuid=8950c968df89e&device=0&device_type=desktop&os=Windows&ssid=7cfrpp7ktc56u1sljih9f4906s&t=1772926641&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d97504489a3d74bf070d1e96fd08a547e3aba5c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();