(function() { const u = '/apps/statistics.php?aid=209441&browser=IE&created_date=20251227&created_hour=14&dduuid=54a9956d1b213&device=0&device_type=desktop&os=Windows&ssid=st68307ahdrmt8mifmjme30j7g&t=1766817656&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eca758c4c3979278f101eb3528f686171dfaddc8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();