(function() { const u = '/apps/statistics.php?aid=454170&browser=IE&created_date=20260310&created_hour=07&dduuid=f3fa81558b649&device=0&device_type=desktop&os=Windows&ssid=v81o4rgrhqf5674a1v36jt7o1h&t=1773098085&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0393834b40d3d5e63f32e09dd2e999b9e70199e3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();