(function() { const u = '/apps/statistics.php?aid=454857&browser=IE&created_date=20260304&created_hour=02&dduuid=0a46e9194a06c&device=0&device_type=desktop&os=Windows&ssid=9cm264vr4e9hedbpoak78rrl8r&t=1772562315&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f5f035e84bbd5bfef87776febab941a325aad2d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();