(function() { const u = '/apps/statistics.php?aid=453853&browser=IE&created_date=20260226&created_hour=15&dduuid=8b80e4a69141c&device=0&device_type=desktop&os=Windows&ssid=fteh1bk35415ifqh3p0nr15sab&t=1772090144&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b810bd0fbbe322cbd99009197f3ef4da568bb393&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();