(function() { const u = '/apps/statistics.php?aid=423706&browser=IE&created_date=20260122&created_hour=04&dduuid=405b395f0e5e9&device=0&device_type=desktop&os=Windows&ssid=1blp0e0gkhc4t5b2eadqaur734&t=1769026278&typeid=24&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=195f1066909cfbbe4a5b5c2afee9cf881a85a2d7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();