(function() { const u = '/apps/statistics.php?aid=334338&browser=IE&created_date=20260307&created_hour=13&dduuid=687d18452879e&device=0&device_type=desktop&os=Windows&ssid=stqhve1qk9g1n7bi5jl5kpc3po&t=1772860295&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cea4eac18295740d37261c15e160a3d735b2d666&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();