(function() { const u = '/apps/statistics.php?aid=17965&browser=IE&created_date=20260316&created_hour=08&dduuid=678d8098a3ff3&device=0&device_type=desktop&os=Windows&ssid=6r9mrg0fsthhb7t57ajg16e4rr&t=1773619335&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eb53e33d77422f6ca8f9e3ec0d016aa884732300&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();