(function() { const u = '/apps/statistics.php?aid=206530&browser=IE&created_date=20251226&created_hour=23&dduuid=4f80d74100ac7&device=0&device_type=desktop&os=Windows&ssid=4mdg2ulr2n7mojso6ss08tp1fh&t=1766763051&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=26357f1ce78a77d637103a1495a56f2d242c0086&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();