(function() { const u = '/apps/statistics.php?aid=439624&browser=IE&created_date=20260315&created_hour=06&dduuid=ad829e4d8279c&device=0&device_type=desktop&os=Windows&ssid=ledb9p48ndtpo1qmi7ktio9jeq&t=1773528312&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8274e826d831f667299cb2b606949869bae7630b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();