(function() { const u = '/apps/statistics.php?aid=394591&browser=IE&created_date=20260226&created_hour=21&dduuid=42ebdbe8efa8b&device=0&device_type=desktop&os=Windows&ssid=v4bbne9ojde3077qchbilfl5r2&t=1772113105&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=27fafd3401da01456077567c84cde77eaac940d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();