(function() { const u = '/apps/statistics.php?aid=413953&browser=IE&created_date=20260118&created_hour=19&dduuid=24978ca5708e1&device=0&device_type=desktop&os=Windows&ssid=nc6r8b37kt0m8ilmmoafjac154&t=1768736513&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f4b834244e1867ca10050697ac768a8add04a573&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();