(function() { const u = '/apps/statistics.php?aid=454590&browser=IE&created_date=20260223&created_hour=23&dduuid=d479e88b4792c&device=0&device_type=desktop&os=Windows&ssid=ndl6hoa774jlru2aqamqgevkkt&t=1771862342&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c0a2d5580aaa3f4726817cde2597d6cf3182fc25&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();