(function() { const u = '/apps/statistics.php?aid=451476&browser=IE&created_date=20260124&created_hour=23&dduuid=2ce6d7503ccfe&device=0&device_type=desktop&os=Windows&ssid=0koggnj64k894iv518tr0qfe2k&t=1769268764&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b29f2db9e6f16146ac35443c1642be26042c11a9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();