(function() { const u = '/apps/statistics.php?aid=451955&browser=IE&created_date=20260306&created_hour=15&dduuid=3c9a3a751d2e7&device=0&device_type=desktop&os=Windows&ssid=n8rf5rohgc83ll90o0stfiiqo1&t=1772780788&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=da798d0448d94e9be7067802d79c1003431149de&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();