(function() { const u = '/apps/statistics.php?aid=239147&browser=IE&created_date=20260122&created_hour=00&dduuid=0f85a23529363&device=0&device_type=desktop&os=Windows&ssid=2ojo2cejnkd56fg60cdqh77ruo&t=1769014640&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a644fb63012d172e16d28b1b0fae7437cdb728ef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();