(function() { const u = '/apps/statistics.php?aid=213708&browser=IE&created_date=20260114&created_hour=04&dduuid=3d8701a8c0770&device=0&device_type=desktop&os=Windows&ssid=vq54fh9peaou1ude08ulg6pme8&t=1768335783&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e407ee3b3114b45712243c8a17c549af0f7f856&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();