(function() { const u = '/apps/statistics.php?aid=426733&browser=IE&created_date=20260101&created_hour=02&dduuid=f773b07c50339&device=0&device_type=desktop&os=Windows&ssid=48fgv0g7ciqrplsoj24h78eftg&t=1767206325&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1c3d94eca37fa49eabc80bf855373feb4f7473fc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();