(function() { const u = '/apps/statistics.php?aid=451399&browser=IE&created_date=20260307&created_hour=03&dduuid=e296ce8bfe6d4&device=0&device_type=desktop&os=Windows&ssid=ln3l633la9c1v93h0k8a7ui0p9&t=1772825024&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=da8ba614a2aa890af3dfd3d7bd3a3208d8cdf79d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();