(function() { const u = '/apps/statistics.php?aid=79892&browser=IE&created_date=20260227&created_hour=15&dduuid=f1b82de0e35a7&device=0&device_type=desktop&os=Windows&ssid=34ffnmnerkm7osdpdsdo819r5o&t=1772176785&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ac838e5b06558caacafcd4f03d6f0240456e7143&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();