(function() { const u = '/apps/statistics.php?aid=81625&browser=IE&created_date=20260227&created_hour=12&dduuid=491e5912a214b&device=0&device_type=desktop&os=Windows&ssid=2a4flu3p3rbp7v8lehhvsjf5uq&t=1772164834&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6c2d3662f424dcdc823977eaf4cc3ff612f99a3a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();