(function() { const u = '/apps/statistics.php?aid=451522&browser=IE&created_date=20260124&created_hour=20&dduuid=1748bee80c03a&device=0&device_type=desktop&os=Windows&ssid=p51rfdl1ke4t6a74l2lgqa9lcq&t=1769257136&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=46cabb76864192dbda5546aa6970e4290b36f6c8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();