(function() { const u = '/apps/statistics.php?aid=400489&browser=IE&created_date=20260226&created_hour=02&dduuid=8290f6779f0ba&device=0&device_type=desktop&os=Windows&ssid=ge29jveve19lgo4a031hmhe8cq&t=1772044679&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=77c9461254fe2d108cff63cda7ca34339cb3d73e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();