(function() { const u = '/apps/statistics.php?aid=451030&browser=IE&created_date=20260311&created_hour=14&dduuid=719ed73aadd1c&device=0&device_type=desktop&os=Windows&ssid=tdfghks4s7228nu8b4kh0b1t69&t=1773212127&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2b5ee0adda2fb18fdf2a89a5e63121315feb4f33&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();