(function() { const u = '/apps/statistics.php?aid=257378&browser=IE&created_date=20260120&created_hour=04&dduuid=5adff4e1d12d9&device=0&device_type=desktop&os=Windows&ssid=cnn7qckepun26dn9ls1lj70b6h&t=1768856088&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=442916d0c3b300d588cd73b9cbd77daaf88879c5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();