(function() { const u = '/apps/statistics.php?aid=425544&browser=IE&created_date=20251220&created_hour=13&dduuid=dc9a437fe78b0&device=0&device_type=desktop&os=Windows&ssid=05d2te30t56mr9ms2ic3ek1eui&t=1766208897&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=04580e76f685e7c34907cefbacfe665afc0f04f9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();