(function() { const u = '/apps/statistics.php?aid=439611&browser=IE&created_date=20251225&created_hour=23&dduuid=fd0af68c859ae&device=0&device_type=desktop&os=Windows&ssid=h0q5f61dmpqpdnoapqo2tdmsle&t=1766677454&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b9b112e2863bdc320e7cc03304c2b6685f221286&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();