(function() { const u = '/apps/statistics.php?aid=447276&browser=IE&created_date=20260310&created_hour=20&dduuid=c5ad0aa985bdc&device=0&device_type=desktop&os=Windows&ssid=oimpsea0d3e2dqos8r75u6b6tp&t=1773146831&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cf41b8e4dd3fa419bdb4d4638b5c40b9e628fe47&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();