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