(function() { const u = '/apps/statistics.php?aid=439640&browser=IE&created_date=20260315&created_hour=23&dduuid=aeb43e8c71bf0&device=0&device_type=desktop&os=Windows&ssid=fin7gfgb1pdld4q35667d9ltbu&t=1773589485&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=de9b658cdfaaa3078a4f96211c109bc1edd70a26&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();