(function() { const u = '/apps/statistics.php?aid=442464&browser=IE&created_date=20260308&created_hour=03&dduuid=e46a79a3ad252&device=0&device_type=desktop&os=Windows&ssid=5rul1dntl7tobu2s215r9ehhr8&t=1772913214&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d9ff778dfbab5352d3b1a083f52bdb1ce9e57e09&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();