(function() { const u = '/apps/statistics.php?aid=81634&browser=IE&created_date=20251129&created_hour=18&dduuid=e94154e89d6a0&device=0&device_type=desktop&os=Windows&ssid=5lptv0q0pu732ggqs4vrno0rnj&t=1764411719&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e396cd1f8f38da723949a509f92be5b00462653a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();