(function() { const u = '/apps/statistics.php?aid=407432&browser=IE&created_date=20260123&created_hour=01&dduuid=e6913f36701a6&device=0&device_type=desktop&os=Windows&ssid=7tsamd2790v2st2gedm25e1khv&t=1769103610&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d69e189b17ccddb149091a2a9470ff226ad4f9da&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();