(function() { const u = '/apps/statistics.php?aid=439629&browser=IE&created_date=20260307&created_hour=11&dduuid=938e2d09bffe5&device=0&device_type=desktop&os=Windows&ssid=gubjv3rcjfvb624goujaj2b6np&t=1772854115&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2c47032ede997c8774f440536c9550198c9986f0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();