(function() { const u = '/apps/statistics.php?aid=396614&browser=IE&created_date=20251224&created_hour=10&dduuid=c9051de58ab2e&device=0&device_type=desktop&os=Windows&ssid=ld3pveavjqjirre343oac4sg1p&t=1766542539&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0231f4ce9d0384de11648a5386280bb6c1b00fef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();