(function() { const u = '/apps/statistics.php?aid=426440&browser=IE&created_date=20260101&created_hour=07&dduuid=33986087dad6c&device=0&device_type=desktop&os=Windows&ssid=ni9fqsttb2ueuhqclom7vp6279&t=1767222333&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=90bbe8d5851a59bc3ef9473e70e377cdec3df6c0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();