(function() { const u = '/apps/statistics.php?aid=97263&browser=IE&created_date=20260227&created_hour=14&dduuid=be7ede15dd229&device=0&device_type=desktop&os=Windows&ssid=ujmqf2552u8fhibru0dqvm12vd&t=1772174686&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8f84c6d24dca9f086d29865422411e07f48813f2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();