(function() { const u = '/apps/statistics.php?aid=397869&browser=IE&created_date=20260225&created_hour=08&dduuid=f30c7b3d50b15&device=0&device_type=desktop&os=Windows&ssid=dn0im7gt87ceepl57rse8o76da&t=1771980120&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=711b19189e1f92e3c602c18ff68a11b666fd4bd9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();