(function() { const u = '/apps/statistics.php?aid=435258&browser=IE&created_date=20260312&created_hour=17&dduuid=813f95c6c71c2&device=0&device_type=desktop&os=Windows&ssid=4ff3f6tahtofnm0l8g3uh40c30&t=1773309335&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d98ca8559f65912a5767e8e37f49d451ada2da16&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();