(function() { const u = '/apps/statistics.php?aid=431981&browser=IE&created_date=20260115&created_hour=16&dduuid=18bde3c8ce97d&device=0&device_type=desktop&os=Windows&ssid=heurr0mbag5s2afcu8qvem4j9a&t=1768465379&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e0baca6cf38822cb43db7ba15077dbc87356a007&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();