(function() { const u = '/apps/statistics.php?aid=375479&browser=IE&created_date=20260305&created_hour=13&dduuid=d05283f67d807&device=0&device_type=desktop&os=Windows&ssid=qequ1ml90glphvi2v7o4vmru3a&t=1772687911&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fb55024685a86ce3901a566aea6544d6c7433f91&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();