(function() { const u = '/apps/statistics.php?aid=449368&browser=IE&created_date=20260226&created_hour=08&dduuid=7bbea137f638c&device=0&device_type=desktop&os=Windows&ssid=9uaeka8pmpn0tgrm744vtg5m1i&t=1772066543&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=548184f1d9d3916e7da1473d14af5aec6e121daa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();