(function() { const u = '/apps/statistics.php?aid=453925&browser=IE&created_date=20260226&created_hour=10&dduuid=bc584f5afc814&device=0&device_type=desktop&os=Windows&ssid=dgp3d6lq1h9af94issi5kg2s1m&t=1772073544&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=80689e017ef39fc6a2bd63b59b20373bdc22390f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();