(function() { const u = '/apps/statistics.php?aid=350504&browser=IE&created_date=20260125&created_hour=13&dduuid=c910581380045&device=0&device_type=desktop&os=Windows&ssid=qn7l4u2790e5u2e41ulspcithv&t=1769320424&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b78a4744622084adb17253ecfdebe4aa9f3f61e4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();