(function() { const u = '/apps/statistics.php?aid=21311&browser=IE&created_date=20260118&created_hour=18&dduuid=b9137d4965e1b&device=0&device_type=desktop&os=Windows&ssid=qnd5trse4bulv8i80qsntaba1p&t=1768733331&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a63aedb6672e84ede62dadd29d7af4fbebd219ba&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();