(function() { const u = '/apps/statistics.php?aid=412&browser=IE&created_date=20251129&created_hour=21&dduuid=4a6caf71813d8&device=0&device_type=desktop&os=Windows&ssid=ilekpbr193fghj71okdim8ctu1&t=1764423149&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b064d0c15baa2118dc3fd420371f702fc08865a3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();