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