(function() { const u = '/apps/statistics.php?aid=450156&browser=IE&created_date=20260307&created_hour=22&dduuid=21ce9da63f7c4&device=0&device_type=desktop&os=Windows&ssid=stmrf8p3negmijmokaicvu56ve&t=1772892148&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4a0932d08a36a2c66dba25e0c46eb0f7cdcc2a5a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();