(function() { const u = '/apps/statistics.php?aid=450963&browser=IE&created_date=20260311&created_hour=17&dduuid=fddd81a4418d8&device=0&device_type=desktop&os=Windows&ssid=fnlliid1d8bilfldg8uhjkeu5n&t=1773221783&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=291fa60106746133d72e158958df6d20044f24fa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();