(function() { const u = '/apps/statistics.php?aid=436441&browser=IE&created_date=20251226&created_hour=00&dduuid=22e3796b20476&device=0&device_type=desktop&os=Windows&ssid=34bim4tfvmr5m99qpvemlgtfot&t=1766678752&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3750ade3d2b5706899b82a7839a694b045aca71c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();