(function() { const u = '/apps/statistics.php?aid=113199&browser=IE&created_date=20260308&created_hour=01&dduuid=4d0e0c669c7bd&device=0&device_type=desktop&os=Windows&ssid=pr9su03hpo0q2upoo7hrob27v2&t=1772905473&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d98f2189e91679aae04736324b365d9e178eaa19&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();