(function() { const u = '/apps/statistics.php?aid=455354&browser=IE&created_date=20260308&created_hour=12&dduuid=73fa0033c3267&device=0&device_type=desktop&os=Windows&ssid=a798vkbkeudqfoe8tq5ajt1oe1&t=1772942695&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2592e1b0937ecf02f8a56f03c47efe325033066d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();