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