(function() { const u = '/apps/statistics.php?aid=352381&browser=IE&created_date=20260306&created_hour=11&dduuid=ef3db3e3b0db6&device=0&device_type=desktop&os=Windows&ssid=mg7hmltfqdfokqj37nmsspc5pt&t=1772769119&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dd22fc779538aea8442acbf0c64d1a43901e8e4b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();