(function() { const u = '/apps/statistics.php?aid=4725&browser=IE&created_date=20260124&created_hour=16&dduuid=05feb09af78ab&device=0&device_type=desktop&os=Windows&ssid=l4h19q7r2oiqd85ndhduc952t6&t=1769244938&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fdb1258c80638a18cc16fb25680e9df5f0aeabb9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();