(function() { const u = '/apps/statistics.php?aid=454677&browser=IE&created_date=20260223&created_hour=23&dduuid=cd908da5be1e4&device=0&device_type=desktop&os=Windows&ssid=eh8b4jjpqq971n03b8qg87fts6&t=1771861444&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d8b5d4e923bd0c0e44adf9ed226b641048ffe359&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();