(function() { const u = '/apps/statistics.php?aid=21239&browser=IE&created_date=20260119&created_hour=00&dduuid=0c684d1eba018&device=0&device_type=desktop&os=Windows&ssid=8gl7el8h3io3plaav0uo9hievp&t=1768752821&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=889b8e3966ec4096068613f2aafc98990799b3f8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();