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