(function() { const u = '/apps/statistics.php?aid=452921&browser=IE&created_date=20260310&created_hour=14&dduuid=381c2d221ae0b&device=0&device_type=desktop&os=Windows&ssid=4imt875mmg8aif4nor2hgb1sml&t=1773125592&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ba7f6dee2d4160051dc9f5ed40759e1f417f43aa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();