(function() { const u = '/apps/statistics.php?aid=334348&browser=IE&created_date=20260225&created_hour=17&dduuid=b3518b1d11e4e&device=0&device_type=desktop&os=Windows&ssid=5440bmc46ggmh1n2p4m8cq2gcl&t=1772011879&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=704d00802700bea0618a785d371b5ed71a282d77&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();