(function() { const u = '/apps/statistics.php?aid=206484&browser=IE&created_date=20251227&created_hour=05&dduuid=684a19636cfbe&device=0&device_type=desktop&os=Windows&ssid=or0f8npin471587abaqrhc7ens&t=1766783584&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=826f7b89377d78a111454d627450288fee938b08&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();