(function() { const u = '/apps/statistics.php?aid=456046&browser=IE&created_date=20260225&created_hour=23&dduuid=1a33bd193a8b6&device=0&device_type=desktop&os=Windows&ssid=2tramlgrpoq2ulv6lfm2e6elnb&t=1772033696&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d311cdc5b37838f2f21d01a0c596578b9275dcb2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();