(function() { const u = '/apps/statistics.php?aid=431595&browser=IE&created_date=20260124&created_hour=23&dduuid=33905bc19448c&device=0&device_type=desktop&os=Windows&ssid=onlqhdpvtb4dvtojsrfq9r7b36&t=1769268917&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=483513387de03f1af65600f34bdd04d26c13156c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();