(function() { const u = '/apps/statistics.php?aid=42793&browser=IE&created_date=20260122&created_hour=02&dduuid=3d105a351104d&device=0&device_type=desktop&os=Windows&ssid=8fg8gqdukglim6ad5vdaf6t8ms&t=1769018567&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cccf6a4b221501434a7b13b115ad7aea3a32a580&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();