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