(function() { const u = '/apps/statistics.php?aid=418134&browser=IE&created_date=20260116&created_hour=11&dduuid=64ce2abe044a9&device=0&device_type=desktop&os=Windows&ssid=83q7acj664ffkhghbiu2g80ahp&t=1768534983&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=298fdca36da6a4a902fd3a852133c92ebf415ec4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();